Search
XmlSerializationContext.writeColorArray Method
See Also
 






Writes the specified array.

Namespace: com.mindfusion.scheduling.model
Package: com.mindfusion.scheduling.model

 Syntax

Java  Copy Code

public Element writeColorArray (
    Color[] array,
    String elementName,
    String subElementName,
    Element parentElement
)

 Parameters

array

The array to write.

elementName

The name of the element under which the value should be written.

subElementName

The name of the XML elements under which the individual array values will be written.

parentElement

The parent element of the newly created node.

 Return Value

An instance of the Element class representing the newly created XML element.

 See Also